default Ids
fun defaultIds(defaults: Map<Identifier, V>): ValidatedStringMap.Builder.BuilderWithKey.BuilderWithValue<V>
Defines the default map used in the ValidatedMap
This map will be converted to a Map
Author
fzzyhmstrs
Since
0.2.0
Parameters
defaults
Map
fun defaultIds(vararg defaults: Pair<Identifier, V>): ValidatedStringMap.Builder.BuilderWithKey.BuilderWithValue<V>
Defines the default map used in the ValidatedMap
This map will be converted to a Map
Author
fzzyhmstrs
Since
0.2.0
Parameters
defaults
vararg Pair